home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Games / dynAMIte / dynamite.readme < prev    next >
Text File  |  2001-06-24  |  5KB  |  123 lines

  1. Short:    Internet (only) Bomberman/Dynablaster-Clone
  2. Author:   Matthias Böcker (gelb@gmx.net)
  3. Uploader: Matthias Böcker (gelb@gmx.net)
  4. Version:  V1.5
  5. Type:     game/2play
  6. Requires: Amiga with 68020 or better OS3.x, TCP/IP stack, CyberGraphx/P96 or AGA with BlazeWCP, MUI3.8, AHI, amarquee.library 52.x, identify.library 12.x, NList.mcc
  7. Website:  http://amisource.de/dynamite/
  8. Kurz:     Bomberman/Dynablaster-Klon (nur) für's Internet
  9. Replaces: dynAMIte.lha
  10.  
  11. dynAMIte is a bomberman/dynablaster-clone that can be played (only) over
  12. the internet (TCP/IP) by up to 8 players!
  13.  
  14. This game runs on your WB and thus multitasks happily with all your other
  15. programs, so just try it and become addicted! =)
  16.  
  17. 24.06.2001 V1.5
  18. ---------------
  19. o MapLab:  Saving maps without players results in a requester, telling you
  20.   how stupid it would be to save a map without players.
  21.  
  22. o MapLab: Toolbar is now on the left side of the window.
  23.  
  24. o MapLab: Added "invert" button to maskwindow.
  25.  
  26. o MapLab: Now saves creator, so you don't have to set it everytime.
  27.  
  28. o MapLab:  dynAMIteMapLab no longer has the graphics build into the exe but
  29.   will load it from disk as dynAMIteMapLab.gfx so that it's finally
  30.   possible to use MapLab with your favorite gfx style.
  31.  
  32. o Added a flag bonus.  As soon as one player picks this bonus up, all other 
  33.   players will die, so that the player who picked up the flag wins. 
  34.   It will not show up during gameplay unless the mapcreator has set it 
  35.   somewhere in the map.
  36.  
  37. o The server will now send a "clonewarning" to all clients if a player logs
  38.   in twice or more times with the same IP.
  39.  
  40. o Times for the shortest, longest and current game are now displayed below
  41.   the playfield.
  42.  
  43. o It is now possible to give a reason when logging off (/disconnect, /quit)
  44.  
  45. o It is now shown in the chatwindow if a player dies.
  46.  
  47. o If a new game starts, current mapname and some informations about the map
  48.   are now displayed in the chatwindow.
  49.  
  50. o DServer now holds statistics for each map.  For this, the server will
  51.   create a new directory ("stats") in progdir:maps/ which will contain all
  52.   map statistics.
  53.  
  54. o MapLab: Mapname is now reset if "New Map" is selected.
  55.  
  56. o Fixed a bug which was introduced with a small change on blitting
  57.   operations which caused gfx leftovers on fullwindow refresh.
  58.  
  59. o Fixed a bug with visitors and dropall pickup where every visitor dropped
  60.   a bomb for player 1.
  61.  
  62. o Highscore window will now also be un/snappshotted when selecting the
  63.   apropriate menuitem.
  64.  
  65. o Blocks which could be (and are) drawn over by explosions and so causing
  66.   invisible blocks are now restored after each explosion (gravestones will
  67.   look like normal blocks after restoring)
  68.  
  69. o DServer now shows statistics for every map in mapwindow.
  70.  
  71. o DServer: Maps which have already been played are now displayed bold (per
  72.   serversession)
  73.  
  74. o It's now possible to enter whole sentences for bubble texts.  Texts which
  75.   are too long are split over more bubbles.  Also increased fkey settings
  76.   to 64 cahrs.
  77.  
  78. o Thanks to a tip by ingo I could get rid of my own colortext class and
  79.   instead simply use \eP[] with normal text.mui :)
  80.  
  81. o DServer:  Max.  linebuffer in serverchat window is now limited to 255
  82.   lines to prevent the server to eat up all memory after a few days.
  83.  
  84. o Developer: Added serverdata to dynasema
  85.  
  86. o Developer: Changed the meaning of dynasema.gamerunning a bit.
  87.   dynasema.gamerunning now shows the state of the game (one of GAME_#?
  88.   types)
  89.  
  90. o Developer: dynasema.player was broken in that way, that only player 0
  91.   was available as pointer. Fixed.
  92.  
  93. o Ping values are now finally calculated correctly.
  94.  
  95. o Gloweffects were using slow E version of the code.  Reenabled ASM
  96.   optimzed code for gloweffects (which is roughly 2 times faster).
  97.  
  98. o Included fixed dynabot.c and added BotFrame.c.  Fixed and created by
  99.   Stephen Illingworth.
  100.  
  101. o Stringgadgets for fkeysettings are now also using BetterString when
  102.   available to make it easier to enter color codes.
  103.  
  104. o Added /setpw command to be able to change your password for the server
  105.   without the need to inform the sysop to change it.
  106.  
  107. o Status icons for swapcontrols were not reset if an enemy picked up again
  108.   reverse controls.
  109.  
  110. o Added another flag to style files to enable/disable extended
  111.   blockexplosion animation (plays 8 frames instead of 4 frames pingpong).
  112.   If your style provides the new anim, you have to set the pixel at
  113.   position 2/187 (x/y) to any colour than 0.  The new blockanimation has to
  114.   be present under the light sabre gfx if you enable this feature.
  115.  
  116. o dynAMIte now opens ahi.device directly after being started, so that you
  117.   can change the audiomode at any time.
  118.  
  119. o /info output displayed ppc info for "Style:" and missed style info
  120.   completely.  Fixed.
  121.  
  122. o Bubbletexts weren't centered anymore. Fixed.
  123.